home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / Sound-IN-Sane / Sound-IN-Sane.h < prev    next >
Encoding:
Text File  |  1999-06-26  |  400 b   |  22 lines  |  [TEXT/CWIE]

  1. /*=============================*\
  2.           Sound-IN-Sane
  3.     A MacHack 1999 Production
  4.  
  5.     Developed and Written by
  6.  
  7.           Shawn Platkus
  8.  
  9.           June 25, 1999
  10. \*=============================*/
  11.  
  12. // Filename:    Sound-IN-Sane.h
  13.  
  14. // Prototypes for Sound-IN-Sane.c functions
  15.  
  16. #include "Konstants.h"
  17.  
  18. Boolean    ApplicationInit (void);
  19. void     ApplicationCleanUp (void);
  20. void    GetSoundSources (void);
  21. void     CycleSoundSources ();
  22.